gusucode.com > ASP+ACCESS在线手机销售系统(论文+源代码+答辩PPT) > ASP+ACCESS在线手机销售系统(论文+源代码+答辩PPT)\9)ASP 在线手机销售系统\HandsetPro\handset\include\head.asp

    
<TITLE><%=conWebSiteName%></TITLE>

<LINK href = "include/main.css" type = text/css rel = stylesheet>
<META content = "Microsoft FrontPage 5.0" name = GENERATOR>
<script language = Javascript src = "include/common.js"></script>
<script language = Javascript src = "include/opennew.js"></script>

<%
' 显示页头部和菜单
function ShowHeadAndMenu()
%>
	<TABLE cellSpacing = "0" cellPadding = "0" width = "100%"  border = "0" ID = "Table1">
		<TBODY>
		<TR>
			<TD align = left width = 97 height = 64>
				<IMG height = 64 src = "images/logo.gif" width = 220></TD>
			<TD height = 64 align = "right"> <img src = "images/back.gif">
			</TD>
		</TR>
		</TBODY>
	</TABLE>
	<TABLE cellSpacing = "0" cellPadding = "0"  width = 100% border = "0" height = "1" ID = "Table2">
			<TR>
				<TD height = "1" background = "images/dot.gif"></TD>
			</TR>
	</TABLE>
    <table border = "0" cellspacing = "0" cellpadding = 0 width = "100%"  height = "20" ID = "Table3">
    <tr>
        <td width = 280 height = 30 bgcolor = "#FFFFFF" align = "left" style = "word-spacing: 4" height = "18" class = "jj1" background = "images/bar1.gif">
        <a href = default.asp class = "jj1">&nbsp;网站首页
        </a>&nbsp|&nbsp<a href = product.asp class = "jj1">手机列表
        </a>&nbsp|&nbsp<a href = faq.asp class = "jj1">购物帮助
        </a>&nbsp|&nbsp<a href = shopCart.asp class = "jj1">购物车
        </td>
        <td width = 28><img src = "images/bar2.gif" height = 27 width = 28></td>
        <td background = "images/bar3.gif"><% ShowMemberLogin() %></td>
     </tr>
     </table>	
	<TABLE cellSpacing = "0" cellPadding = "0"  width = 100% border = "0" height = "1" ID = "Table4">
			<TR>
				<TD height = "1" background = "images/dot.gif"></TD>
			</TR>
	</TABLE>
     
<%
end function
%>